home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libgdome2-0 / README < prev   
Encoding:
Text File  |  2003-10-05  |  877 b   |  39 lines

  1.                 GDOME2 0.8.1
  2.                 ------------
  3.  
  4. DOM level2 library for accessing XML files based on libxml2.
  5.  
  6. With gdome2 programmers can work with XML documents with an interface that is:
  7.   - easy to use
  8.   - compliant to W3C standards
  9.   - a required step towards world DOMination
  10.  
  11. * Installing
  12.  
  13. To install, run
  14. $ ./configure
  15. $ make
  16. $ make check
  17. $ make install
  18.  
  19. If installing from CVS, use ./autogen.sh instead of ./configure
  20. For more details, see the INSTALL file.
  21.  
  22. * Features
  23.  
  24.   Supports the following DOM Level 2 modules:
  25.     - "Core";
  26.     - "XML";
  27.     - "Events";
  28.     - "MutationEvents".
  29.  
  30.   Partial support for the following DOM Level 3 module:
  31.     - "XPath"
  32.  
  33.   Exports an object oriented inteface with a reference counting system
  34.   responsible of all memory issues.
  35.   
  36. * DOM2 Recommendation: 
  37.     - http://www.w3.org/TR/DOM-Level-2-Core/
  38.     - http://www.w3.org/TR/DOM-Level-2-Events/
  39.